Skip to content

feat(pg-connection-string): ClientConfig helper functions#3128

Merged
hjr3 merged 1 commit intobrianc:masterfrom
hjr3:client-config-compat
Apr 9, 2025
Merged

feat(pg-connection-string): ClientConfig helper functions#3128
hjr3 merged 1 commit intobrianc:masterfrom
hjr3:client-config-compat

Conversation

@hjr3
Copy link
Copy Markdown
Collaborator

@hjr3 hjr3 commented Jan 17, 2024

Two new functions are introduced to make it easy for TypeScript users to use a PostgresSQL connection string with pg Client.

Fixes #2280

@hjr3
Copy link
Copy Markdown
Collaborator Author

hjr3 commented Jan 17, 2024

I will rebase once #3122 lands

Comment thread packages/pg-connection-string/test/toClientConfig.js
Two new functions are introduced to make it easy for TypeScript
users to use a PostgresSQL connection string with pg Client.

Fixes brianc#2280
@hjr3 hjr3 force-pushed the client-config-compat branch from 1b318dc to 9c0560a Compare November 15, 2024 12:48
@hjr3
Copy link
Copy Markdown
Collaborator Author

hjr3 commented Nov 15, 2024

@charmander please review this when you have a moment. This is related to #2709

@hjr3
Copy link
Copy Markdown
Collaborator Author

hjr3 commented Dec 3, 2024

@brianc what can we do to land pg-connection-string PRs?

@hjr3 hjr3 merged commit 5a8b1a7 into brianc:master Apr 9, 2025
@hjr3 hjr3 deleted the client-config-compat branch April 9, 2025 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pg-connection-string ConnectionOptions interface is not compatible with PoolConfig

2 participants